Test Series - computer fundamental

Test Number 54/95

Q: Another name for white-box testing is __________
A. Control testing
B. Graybox
C. Glassbox
D. Black box
Solution: Sometimes it is called the glass box testing. It is a type of testing in which the internal structure of any application is tested and examined.
Q: Test cases ensure that all the statements are executed atleast once.
A. True
B. False
C. none
D. ..
Solution: The statement is true. Test cases are written to check if all the statements are executed at least once. It also checks the logicality of the code.
Q: Which of the following divides the input domain into classes containing data?
A. Equivalent partitioning
B. Environment partitioning
C. Procedure division
D. Compilation division
Solution: Equivalent partitioning divides the input domain into classes containing data. They basically exercise on a specific functionality of a software.
Q: Which of the following is a common testing conducted by the developers?
A. Unit testing
B. Entry testing
C. Phrase testing
D. Code testing
Solution: Unit testing is commonly performed by the developers. It is difficult to perform testing at any time during its cycle. An early start decreases the time and cost.
Q: SDLC stands for ________
A. Software development life cycle
B. System development life cycle
C. Software design life cycle
D. System design life cycle
Solution: It stands for Software development life cycle. In SDLC, the testing can be started from the software gathering requirement phase. And can be carried over till the deployment phase.
Q: Which of the following is a myth in testing?
A. Tester can find bugs
B. Any user can test software
C. Missed defects are not due to testers
D. Complete testing is not possible
Solution: Any user can test software is a myth. Anyone cannot test the software. A person who has no knowledge cannot test the software.
Q: A process to determine how the actual testing is done _______
A. Audit
B. Inspection
C. Control
D. Monitoring
Solution: Audit is the systematic process which can determine how the actual process of testing is done. Audit is generally done with a team.
Q: Gathering formal or informal technical feedback is called _________
A. Audit
B. Testing
C. Inspection
D. Unit testing
Solution: The term used is inspection. Inspection helps in getting a formal or an informal feedback of a particular product. The errors can be easily examined.
Q: Which is not involved in debugging?
A. Identifying
B. Isolating
C. Test
D. Fixing
Solution: Testing is a different process and is different from debugging. Debugging involves identifying, isolating and fixation of the problems or errors.
Q: A standard for unit testing.
A. IEEE 1008
B. IEEE 1005
C. IEEE 1009
D. IEEE 1000
Solution: IEEE 1008 is a standard defined for unit testing. Rest all the other standards mentioned are invalid. There are certain standards defined for Quality assurance.

You Have Score    /10